pintobyte rngit
xous-core/services/usb-test/src/api.rs main (17e4bce8) Text, 455 B
pub(crate) const SERVER_NAME_USBTEST: &'static str = "_USB test and development server_";
#[derive(num_derive::FromPrimitive, num_derive::ToPrimitive, Debug)]
pub(crate) enum Opcode {
/// Handle the USB interrupt
UsbIrqHandler,
/// Parse a commandlne
DoCmd,
/// Keyboard input
KeyboardChar,
/// Keyboard handler input
HandlerTrigger,
/// Suspend/resume callback
SuspendResume,
/// Exits the server
Quit,
}
Served by rngit 1.4.0 - Generated in 0.09s